Welcome![Sign In][Sign Up]
Location:
Search - data matrix

Search list

[Other resourceofdm-data

Description: ofdm数据源仿真,包括数据产生,数据的矩阵变化等!-ofdm simulation data sources, including data generation, data matrix changes!
Platform: | Size: 1006 | Author: handsome | Hits:

[Mathimatics-Numerical algorithmsC++ Matrix Template Class Library Lite V1.12

Description: This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compiler and include this header file in your program source file
Platform: | Size: 39936 | Author: | Hits:

[matlabdata_matrix

Description: data_matrix.zip进行数据信号处理源程序-data_matrix.zip data source signal processing
Platform: | Size: 1024 | Author: 王捷 | Hits:

[matlabofdm-data

Description: ofdm数据源仿真,包括数据产生,数据的矩阵变化等!-ofdm simulation data sources, including data generation, data matrix changes!
Platform: | Size: 1024 | Author: handsome | Hits:

[Algorithmc++_class_matrix

Description: 完整的矩阵类,实现的功能如下: 方阵、拷贝构造、初始化,分配矩阵数据的内存,并全部置0、将方阵初始化为方阵、设置矩阵个元素的值、得到知道元素的值、获取矩阵的列数、获取矩阵的行数、获取矩阵的数据、获取指定行的向量、获取指定列的向量、重载运算符 = 、重载运算符 ==、重载运算符 !=、重载运算符 +、重载运算符 - 重载运算符 数乘*、重载运算符 矩阵相乘* 矩阵转置。-integrity of the matrix type, function as follows : Lineup, copy structure, initialization, distribution matrix of data memory, All the home 0 to initialize arrays of arrays installed matrix elements of value, be aware of the value elements, Access Matrix number, access to the Matrix a few, access to the data matrix, the designated access vector, The designated access vector, heavy Operators =, operator == heavy, heavy load Operators! =, heavy Operators, Heavy Operators- Heavy Operators multiply*, heavy Operators matrix multiplication* matrix transpose.
Platform: | Size: 3072 | Author: dingdong | Hits:

[Data structslibdmtx-0.3.0

Description: data matrix 编码过程分析采用reed-solomn算法的应用-data matrix coding process was used to analyze the reed-solomn algorithm application
Platform: | Size: 705536 | Author: zhang | Hits:

[Compress-Decompress algrithmsLinux

Description: PartiTek SDK PartiTek Software Inc. is a professional image processing and barcode software development company that produces the SDK to encode & decode PDF417, QR Code, Data Matrix . By using PartiTek software, our users have successfully leveraged many years of university level research into their products, gaining increased reading accuracy and simple barcode creation. QRcode modules FOR Linux. -PartiTek SDKPartiTek Software Inc. Is a professional image processing and barcode software development company that produces the SDK to encode
Platform: | Size: 531456 | Author: 王彥凱 | Hits:

[GDI-BitmapQRWinCE

Description: PartiTek SDK PartiTek Software Inc. is a professional image processing and barcode software development company that produces the SDK to encode & decode PDF417, QR Code, Data Matrix . By using PartiTek software, our users have successfully leveraged many years of university level research into their products, gaining increased reading accuracy and simple barcode creation. QRcode modules FOR winCE. -PartiTek SDKPartiTek Software Inc. Is a professional image processing and barcode software development company that produces the SDK to encode
Platform: | Size: 2709504 | Author: 王彥凱 | Hits:

[ADO-ODBCQRWindows

Description: The SDK includes: Ø PtImageRW -Image file reading/writing. Ø PtPDF417Encode -PDF417 symbol writing Ø PtPDF417Decode -PDF417 symbol reading. Ø PtQREncode -QR Code symbol writing. Ø PtQRDecode -QR Code symbol reading. Ø PtDMEncode -Data Matrix symbol writing. Ø PtDMDecode -Data Matrix symbol reading. For Windows -The SDK includes: ? PtImageRW-Image file reading/writing. ? PtPDF417Encode-PDF417 symbol writing ? PtPDF417Decode-PDF417 symbol reading. ? PtQREncode-QR Code symbol writing. ? PtQRDecode-QR Code symbol reading. ? PtDMEncode-Data Matrix symbol writing. ? PtDMDecode-Data Matrix symbol reading. For Windows
Platform: | Size: 2939904 | Author: 王彥凱 | Hits:

[Software EngineeringQRmoudulesDoc

Description: The SDK includes: Ø PtImageRW -Image file reading/writing. Ø PtPDF417Encode -PDF417 symbol writing Ø PtPDF417Decode -PDF417 symbol reading. Ø PtQREncode -QR Code symbol writing. Ø PtQRDecode -QR Code symbol reading. Ø PtDMEncode -Data Matrix symbol writing. Ø PtDMDecode -Data Matrix symbol reading. doc-The SDK includes: Ø PtImageRW-Image file reading/writing. Ø PtPDF417Encode-PDF417 symbol writing Ø PtPDF417Decode-PDF417 symbol reading. Ø PtQREncode-QR Code symbol writing. Ø PtQRDecode-QR Code symbol reading. Ø PtDMEncode-Data Matrix symbol writing. Ø PtDMDecode-Data Matrix symbol reading. doc
Platform: | Size: 80896 | Author: 王彥凱 | Hits:

[JSP/JavaIDAutomationSrc

Description: 著名IDAutomation公司的JAVA条码控件源码,支持Code 128, Code 39, Postnet, ITF, UPC, EAN, GS1, Intelligent Mail, Data Matrix & PDF417-Well-known companies IDAutomation Barcode JAVA source controls to support Code 128, Code 39, Postnet, ITF, UPC, EAN, GS1, Intelligent Mail, Data Matrix
Platform: | Size: 88064 | Author: vampire | Hits:

[Graph RecognizePtBarcodeDec

Description: 识别率很高的PDF417、QR码和Data Matrix码解码程序,带解码的DLL,用法也相当简单。-High recognition rate PDF417, QR Code and Data Matrix code decoding process, decoding with DLL, usage is also quite simple.
Platform: | Size: 411648 | Author: 李美剑 | Hits:

[GUI DevelopDataMatrix

Description: 我自己编写的Data Matrix二维条码的程序 ,目前实现了字符流-》数字流,还没有添加纠错码,-I have written two-dimensional Data Matrix bar code process, the current realization of the character stream- the
Platform: | Size: 6637568 | Author: 王三 | Hits:

[JSP/Javamatrix

Description: (1) 设计和编写代表矩阵的Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),获取某元素值的方法getData(int row,int col),设置某元素值的方法setData(int row,int col,double value),计算两个矩阵的乘积的方法multiply(Matrix m)以及toString()等内容。-(1) design and preparation on behalf of Matrix Class Matrix. Including the ranks of such matrices int rows and the number of variables int cols, matrix data array double data [][], constructor Matrix (), Matrix (int rows, int cols), Matrix (int rows, int cols, double data [] []), to obtain the value of a certain element method getData (int row, int col), set the value of a certain element method setData (int row, int col, double value), the product of two matrices calculation method multiply (Matrix m) as well as the toString () and so on.
Platform: | Size: 7168 | Author: fangfei | Hits:

[Goverment applicationdatamatrix

Description: data matrix 生成、解析、摄像头自动识别源码,c语言平台开发。-data matrix generated, analytic, camera automatically identify source, c language platform development.
Platform: | Size: 633856 | Author: smith | Hits:

[Delphi VCLdatamatrixcodingprocedures

Description: data matrix编码程序 将字符串转换为二维码黑白图形-data matrix encoding process will convert a string to two-dimensional black-and-white graphics code
Platform: | Size: 1316864 | Author: gdq | Hits:

[2D GraphicZXing-1.3

Description: ZXing是一个开源Java类库用于解析多种格式的1D/2D条形码。目标是能够对QR编码、Data Matrix、UPC的1D条形码进行解码。 其提供了多种平台下的客户端包括:J2ME、J2SE和Android。 -ZXing is an open-source, multi-format 1D/2D barcode image processing library implemented in Java. Our focus is on using the built-in camera on mobile phones to photograph and decode barcodes on the device, without communicating with a server. We currently have production-quality support for:
Platform: | Size: 477184 | Author: hwind | Hits:

[Data structsmrankwin

Description: classify the objects in data matrix based on the attributes Criteria: minimize Euclidean distance between centroids and object points For more explanation of the algorithm-classify the objects in data matrix based on the attributes Criteria: minimize Euclidean distance between centroids and object points For more explanation of the algorithm
Platform: | Size: 1024 | Author: jntu | Hits:

[JSP/JavaMatrix

Description: Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),获取某元素值的方法getData(int row,int col),设置某元素值的方法setData(int row,int col,double value),计算两个矩阵的乘积的方法multiply(Matrix m)以及toString()等内容。-Matrix class. This class includes matrix, int rows, and the ranks of the number of variables int cols, matrix data array double data [][], constructor Matrix (), Matrix (int rows, int cols), Matrix (int rows, int cols, double data [] []), to obtain the value of an element methods getData (int row, int col), set the value of an element methods setData (int row, int col, double value), the calculation method of the product of two matrices multiply (Matrix m) as well as the toString () and so on.
Platform: | Size: 1024 | Author: 艾枫 | Hits:

[Special EffectsData-Matrix--recognitiaon

Description: Data Matrix条码识别代码程序,附图像处理过程-Data Matrix
Platform: | Size: 17408 | Author: 邹敏红 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net